Welcome![Sign In][Sign Up]
Location:
Search - intra prediction

Search list

[Streaming Mpeg4h.264_Intra-Prediction

Description: h.264中关于帧内预测模式选择的快速算法的多篇文章,是很好的学习资料-on intra prediction mode selection Fast Algorithm for Multi-part article is a very good learning materials
Platform: | Size: 2403614 | Author: 普明 | Hits:

[Streaming Mpeg4h.264_Intra-Prediction

Description: h.264中关于帧内预测模式选择的快速算法的多篇文章,是很好的学习资料-on intra prediction mode selection Fast Algorithm for Multi-part article is a very good learning materials
Platform: | Size: 2403328 | Author: 普明 | Hits:

[VC/MFCH.264_Prepublish_0503

Description: H.264最新的标准,包括很多最近提出的关于帧间和帧内预测的算法,和最新的一些改进算法。-The latest H.264 standard, including many recently proposed on the inter-frame and intra-prediction algorithms, and the latest of a number of improved algorithm.
Platform: | Size: 1261568 | Author: 曹鹏 | Hits:

[Streaming Mpeg4jm11.0_Gradient

Description: This source code is the design of intra prediction of H.264. The aim of the source code is to increase the coding speed of intra prediction in H.264. The results shown that the gradient method can really reduce the coding time.
Platform: | Size: 5069824 | Author: AnChao | Hits:

[matlabmatlabinter

Description: AVS帧内预测算法的MATLAB代码,具体做了水平预测、垂直预测、DC和左上预测、右下预测。-AVS intra-prediction algorithm MATLAB code, the specific level of the forecast done, vertical prediction, DC prediction and the upper left, lower right forecast.
Platform: | Size: 1024 | Author: 陈辉 | Hits:

[OtherH264Visa

Description: 软件。H.264视频解码后用该软件载入解码后的重建帧H.264_rec.yuv后可以看宏块采用的帧内,帧间预测模式,运动适量,残差等参数。-Software. H.264 video decoder after loading the software decoder frame reconstruction can be seen H.264_rec.yuv after the adoption of Intra macroblock, inter-frame prediction mode, motion amount, residual and other parameters.
Platform: | Size: 1562624 | Author: cc | Hits:

[Special Effectsimage

Description: 图像编码中对输入图像的读取代码和帧内预测-Image Coding of the input image to read the code and the intra-prediction
Platform: | Size: 6144 | Author: ydl | Hits:

[Otherpradiction

Description: 视频帧内预测的算法公式,详细介绍了帧内编码公式的参数含义及用法-Video intra prediction algorithm formula, the formula described in detail the parameters of intra-coded meaning and usage
Platform: | Size: 311296 | Author: madeng | Hits:

[OtherAnEfficientAlgorithmforIntraPredctioModeSelectionH

Description: An Efficient Algorithm for Intra-Prediction Mode Selection in H.264比较新的帧内预测的文章,希望对做这块的朋友有所帮助-An Efficient Algorithm for Intra-Prediction Mode Selection in H.264 intra prediction of a relatively new article, hope to help make this piece a friend ~ ~
Platform: | Size: 284672 | Author: zhou da | Hits:

[OtherANovelPartialPredictionAlgorithmforFast4x4Itra

Description: A Novel Partial Prediction Algorithm for Fast 4x4 Intra 一种新的帧的宏块预测的方法-A Novel Partial Prediction Algorithm for Fast 4x4 Intra frame, a new method of forecasting the macro block ~ ~
Platform: | Size: 332800 | Author: zhou da | Hits:

[Streaming Mpeg4intrapred

Description: H.264帧内预测编码算法,根据JM改编的,里面有4×4预测的9种模式 以及16×16亮度预测的4种预测模式,还有8×8的色度的4种预测模式,仅供参考-H.264 intra prediction coding, according to JM adaptation, which has 4 × 4 prediction of 9 and 16 × 16 luminance pattern of the four kinds of prediction model forecast, there is the 8 × 8 chroma prediction mode 4, reference
Platform: | Size: 871424 | Author: | Hits:

[Compress-Decompress algrithmszhenneiyuce

Description: 帧内预测编码,已调试成功,垂直预测,其他预测方式可进行相应的修改-Intra prediction coding, debugging has been successful, the vertical prediction, other prediction methods can be amended accordingly
Platform: | Size: 111616 | Author: luffy | Hits:

[Streaming Mpeg4Intra-prediction-encoding-mode-X264

Description: H.264帧内编码源码 4*4 16*16 仅供参考-Intra-prediction encoding mode H.264
Platform: | Size: 10240 | Author: 黄小明 | Hits:

[VHDL-FPGA-VerilogVerilog-HDL-intra_prediction

Description: 基于H.264的帧内预测中4×4块的9种预测方法的源程序-H.264 intra prediction based on 4 × 4 block prediction method of the source 9
Platform: | Size: 22528 | Author: 宁馨儿 | Hits:

[Multimedia DevelopJCTVC-A119

Description: 可以很好的了解最新的视频编码标准HEVC的帧内编码预测方面。-Can be a very good understanding of the latest video coding standard HEVC of intra prediction.
Platform: | Size: 3887104 | Author: 陈雨 | Hits:

[Software EngineeringH.264-Intra-mode

Description: H.264帧内预测模式详解文档,可以帮助初学者学习帧内预测模式的选择及判定-H.264 intra prediction mode Detailed documentation can help beginners learn the intra prediction mode selection and judgment
Platform: | Size: 235520 | Author: 张新龙 | Hits:

[Graph programintra-prediction

Description: H.264/AVC视频编码帧内预测模型的详细解释-H.264/AVC video coding intra prediction model explained in detail
Platform: | Size: 236544 | Author: 万勤 | Hits:

[matlabnine-mode-prediction

Description: nine mode prediction used in intra prediction compression.
Platform: | Size: 5120 | Author: Prangya Bisoyi | Hits:

[matlabintra-prediction-compression

Description: intra prediction image compression using nine mode prediction.
Platform: | Size: 2048 | Author: Prangya Bisoyi | Hits:

[matlabIntra-prediction

Description: 主程序是 infentroy_homework4.m 实现了对预测残差矩阵的变换,并针对变换前后的矩阵分别求出10帧yuv文件对y,u,v三个分量的熵值,已将结果保存在entroy.txt文件中 为实验方便,故重新实现了关于帧内预测的内容 主程序是 mainpredict_homework3.m,实现了对yuv三个分量DC,水平,垂直预测最优预测,并将预测残差保存在residualY.txt,residualU.txt,residualV.txt三个文本文件中。 -The main program is infentroy_homework4.m realize the prediction residual matrix transformation, and were determined 10 yuv file for y, u, v three components of entropy values for the matrix transformation before and after the results have been stored in entroy.txt file For the convenience of the experiment, it is re-implemented content on the main intra prediction is mainpredict_homework3.m, the realization of three components yuv DC, horizontal, vertical predict optimal prediction and prediction residuals save residualY.txt, residualU .txt, residualV.txt three text files.
Platform: | Size: 178176 | Author: way | Hits:
« 12 3 4 »

CodeBus www.codebus.net